home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Online / newscoaster / Rexx / PL_scripts.readme < prev   
Text File  |  2002-03-12  |  920b  |  17 lines

  1. NewsCoaster will hopefully soon be able to cope with different charsets.
  2. In the meantime, the scripts 'after_fetchPL.rexx' and
  3. 'before_sendPL.rexx' have been written by Grzegorz Kraszewski to allow
  4. use of Polish charset.
  5.  
  6. These scripts give NewsCoaster support for ISO-8859-2 charset and are
  7. written for users from Poland. Script named "before_sendPL.rexx" scans
  8. 'outgoing' folder, reencodes text from AmigaPL (official Polish Amiga
  9. encoding) to ISO-8859-2, and changes 'Content-type' field in the message
  10. header. It should be run before posting news. The second script called
  11. "after_fetchPL.rexx" converts encoding from ISO-8859-2 to AmigaPL. It
  12. handles both 8bit and quoted-printable encoded messages. Due to weakness
  13. of NewsCoaster ARexx port, scripts have to be run "by hand" and can't be
  14. used in online mode. "after_fetchPL.rexx" currently supports only one
  15. newsgroup, it has to be written into the file directly.
  16.  
  17.